Binds the
FilterKey property to a given on a given .
'Declaration
Public Overloads Function BindFilterKey( _
ByVal As System.Object, _
ByVal As System.String _
) As FilteredView(Of T)
public FilteredView<T> BindFilterKey(
System.object ,
System.string
)
Parameters
- source
- The object to bind to. Cannot be null.
- path
- The property path to bind to.
Return Value
The same
FilteredView<T> on which this method was called.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2